add start-end tags to docker-compose
This commit is contained in:
parent
3eed778193
commit
437bf0c13c
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ services:
|
|||
networks:
|
||||
- crafatar
|
||||
|
||||
# %% crafatar_server start %%
|
||||
crafatar_server:
|
||||
image: docker.io/crafatar/crafatar
|
||||
restart: unless-stopped
|
||||
|
@ -17,6 +18,7 @@ services:
|
|||
- REDIS_URL=redis://crafatar_redis
|
||||
networks:
|
||||
- crafatar
|
||||
# %% crafatar_server end %%
|
||||
|
||||
networks:
|
||||
crafatar:
|
||||
|
|
Loading…
Reference in a new issue