This commit is contained in:
Elijah McMorris 2024-02-18 16:48:13 +00:00
parent 51f422874f
commit b0f3e6c576
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
4 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,7 @@
version: "3"
services:
nextjs:
next-url-shortener:
container_name: next-url-shortener
build: .
env_file:
- .env
@ -9,7 +10,7 @@ services:
depends_on:
- surrealdb
networks:
- surrealdb-network
- surrealdb
surrealdb:
container_name: surrealdb
@ -34,10 +35,10 @@ services:
volumes:
- ./data:/data
networks:
- surrealdb-network
- surrealdb
volumes:
data:
networks:
surrealdb-network:
surrealdb: