rename project to archery

This commit is contained in:
2025-01-14 03:27:49 -05:00
parent 413a756951
commit 91f5db40cd
5 changed files with 12 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
version: '2'
services:
archy-build-thing:
container_name: archy-build-thing
archery:
container_name: archery
build:
context: ./
dockerfile: Dockerfile
@@ -16,7 +16,7 @@ services:
- postgres
postgres:
container_name: archy-postgres
container_name: archery-postgres
image: postgres:17-alpine
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}